home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-407.nasl < prev    next >
Text File  |  2005-03-31  |  4KB  |  84 lines

  1. # This script was automatically generated from the dsa-407
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Several vulnerabilities were discovered upstream in ethereal, a
  12. network traffic analyzer.  The Common Vulnerabilities and Exposures
  13. project identifies the following problems:
  14. A buffer overflow allows remote attackers to cause a denial of
  15.    service and possibly execute arbitrary code via a malformed GTP
  16.    MSISDN string.
  17. Via certain malformed ISAKMP or MEGACO packets remote attackers are
  18.    able to cause a denial of service (crash).
  19. A heap-based buffer overflow allows remote attackers to cause a
  20.    denial of service (crash) and possibly execute arbitrary code via
  21.    the SOCKS dissector.
  22. The SMB dissector allows remote attackers to cause a denial of
  23.    service via a malformed SMB packet that triggers a segmentation
  24.    fault during processing of selected packets.
  25. The Q.931 dissector allows remote attackers to cause a denial of
  26.    service (crash) via a malformed Q.931, which triggers a null
  27.    dereference.
  28. For the stable distribution (woody) this problem has been fixed in
  29. version 0.9.4-1woody6.
  30. For the unstable distribution (sid) this problem has been fixed in
  31. version 0.10.0-1.
  32. We recommend that you upgrade your ethereal and tethereal packages.
  33.  
  34.  
  35. Solution : http://www.debian.org/security/2004/dsa-407
  36. Risk factor : High';
  37.  
  38. if (description) {
  39.  script_id(15244);
  40.  script_version("$Revision: 1.4 $");
  41.  script_xref(name: "DSA", value: "407");
  42.  script_cve_id("CAN-2003-0925", "CAN-2003-0926", "CAN-2003-0927", "CAN-2003-1012", "CAN-2003-1013");
  43.  script_bugtraq_id(9248, 9249);
  44.  
  45.  script_description(english: desc);
  46.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  47.  script_name(english: "[DSA407] DSA-407-1 ethereal");
  48.  script_category(ACT_GATHER_INFO);
  49.  script_family(english: "Debian Local Security Checks");
  50.  script_dependencies("ssh_get_info.nasl");
  51.  script_require_keys("Host/Debian/dpkg-l");
  52.  script_summary(english: "DSA-407-1 ethereal");
  53.  exit(0);
  54. }
  55.  
  56. include("debian_package.inc");
  57.  
  58. w = 0;
  59. if (deb_check(prefix: 'ethereal', release: '3.0', reference: '0.9.4-1woody6')) {
  60.  w ++;
  61.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal is vulnerable in Debian 3.0.\nUpgrade to ethereal_0.9.4-1woody6\n');
  62. }
  63. if (deb_check(prefix: 'ethereal-common', release: '3.0', reference: '0.9.4-1woody6')) {
  64.  w ++;
  65.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal-common is vulnerable in Debian 3.0.\nUpgrade to ethereal-common_0.9.4-1woody6\n');
  66. }
  67. if (deb_check(prefix: 'ethereal-dev', release: '3.0', reference: '0.9.4-1woody6')) {
  68.  w ++;
  69.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal-dev is vulnerable in Debian 3.0.\nUpgrade to ethereal-dev_0.9.4-1woody6\n');
  70. }
  71. if (deb_check(prefix: 'tethereal', release: '3.0', reference: '0.9.4-1woody6')) {
  72.  w ++;
  73.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package tethereal is vulnerable in Debian 3.0.\nUpgrade to tethereal_0.9.4-1woody6\n');
  74. }
  75. if (deb_check(prefix: 'ethereal', release: '3.2', reference: '0.10.0-1')) {
  76.  w ++;
  77.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal is vulnerable in Debian sid.\nUpgrade to ethereal_0.10.0-1\n');
  78. }
  79. if (deb_check(prefix: 'ethereal', release: '3.0', reference: '0.9.4-1woody6')) {
  80.  w ++;
  81.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package ethereal is vulnerable in Debian woody.\nUpgrade to ethereal_0.9.4-1woody6\n');
  82. }
  83. if (w) { security_hole(port: 0, data: desc); }
  84.